projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a857ed1
)
(Man-mode): Run Man-mode-hook.
author
Richard M. Stallman
<rms@gnu.org>
Thu, 10 Jun 1993 17:48:36 +0000
(17:48 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Thu, 10 Jun 1993 17:48:36 +0000
(17:48 +0000)
lisp/man.el
patch
|
blob
|
history
diff --git
a/lisp/man.el
b/lisp/man.el
index 74d42208995b267a1070599b82ce5a7e80298578..3b40ab02d06633b09fcb0582311dc71a9b65d888 100644
(file)
--- a/
lisp/man.el
+++ b/
lisp/man.el
@@
-559,7
+559,8
@@
The following key bindings are currently in effect in the buffer:
(use-local-map Man-mode-map)
(goto-char (point-min))
(Man-build-page-list)
- (Man-goto-page 1))
+ (Man-goto-page 1)
+ (run-hooks 'Man-mode-hook))
(defun Man-build-section-alist ()
"Build the association list of manpage sections."